GetPossibleBreakpointsResponse

data class GetPossibleBreakpointsResponse(locations: List<BreakLocation>)

Represents response frame that is returned from Debugger#getPossibleBreakpoints operation call. Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.

See also

Constructors

GetPossibleBreakpointsResponse
Link copied to clipboard
fun GetPossibleBreakpointsResponse(locations: List<BreakLocation>)

Properties

locations
Link copied to clipboard
val locations: List<BreakLocation>
List of the possible breakpoint locations.

Sources

jvm source
Link copied to clipboard